Sequences and Series
Sequences
A sequence is a string of indexed numbers a1,a2,a3,….
We denote this sequence with (an)n≥1.
Details
In a sequence the same number can appear several times in different places.
Examples
(n1)n≥1 is the sequence 1,21,31,41,…
(n)n≥1 is the sequence 1,2,3,4,5,…
(2nn)n≥1 is the sequence 2,8,24,64,…
Convergent Sequences
A sequence an is said to converge to the number b if for every ε>0 we can find an N∈N such that ∣an−b∣<ε for all n≥N.
We denote this with limn→∞an=b or an→b, as n→∞.
Details
A sequence an is said to converge to the number b if for every ε>0 we can find an N∈N such that ∣an−b∣<ε for all n≥N.
We denote this with limn→∞an=b or an→b, as n→∞.
If x is a number, then
(1+nx)n→ex as n→∞
Examples
The sequence (n1)n≥∞ converges to 0 as n→∞.
If x is a number, then
(1+nx)n→ex as n→∞
Infinite Sums (series)
We are interested in, whether infinite sums of sequences can be defined.
Details
Consider a sequence of numbers, (an)n→∞.
Now define another sequence (sn)n→∞, where
sn=k=1∑nak
If (sn)n→∞ is convergent to S=limn→∞sn, then we write
S=n=1∑∞an
Examples
If
ak=xk,qquadk=0,1,…
then
sn=k=0∑nxk=x0+x1+….+xn
Note also that
xsn=x(x0+x1+….+xn)=x+x2+⋯+xn+1
We have
sn=1+x+x2+⋯+xn
xsn=x+x2+⋯+xn+xn+1
sn–xsn=1−xn+1
i.e.
sn(1−x)=1−xn+1
and we have
sn=1−x1−xn+1
if x=1.
If 0<x<1 then xn+1→0 as n→∞ and we obtain sn→1−x1 so
n=0∑∞xn=1−x1
The Exponential Function and the Poisson Distribution
The exponential function can be written as a series (infinite sum):
ex=n=0∑∞n!xn
The Poisson distribution is defined by the probabilities
p(x)=e−λx!λx for x=0, 1, 2, …
Details
The exponential function can be written as a series (infinite sum):
ex=n=0∑∞n!xn
Knowing this we can see why the Poisson probabilities
p(x)=e−λx!λx
add to one:
x=0∑∞p(x)=x=0∑∞e−λx!λx=e−λx=0∑∞x!λx=e−λeλ=1
Relation to Expected Values
The expected value for the Poisson is given by
x=0∑∞xp(x)=x=0∑∞xe−λx!λx=λ Details
The expected value for the Poisson is given by
x=0∑∞xp(x)=x=0∑∞xe−λx!λx=e−λx=1∑∞x!xλx=e−λx=1∑∞(x−1)!λx=e−λλx=1∑∞(x−1)!λ(x−1)=e−λλx=0∑∞x!λx=e−λλeλ=λ